hasNestedScrollingParent
Check if this view has a nested scrolling parent view currently receiving events for a nested scroll in progress with the type of touch.
This is a delegate method. Call it from your View subclass method/androidx.core.view.NestedScrollingChild interface method with the same signature to implement the standard policy.
Return
true if this view has a nested scrolling parent, false otherwise
Check if this view has a nested scrolling parent view currently receiving events for a nested scroll in progress with the given type.
This is a delegate method. Call it from your View subclass method/androidx.core.view.NestedScrollingChild interface method with the same signature to implement the standard policy.
Return
true if this view has a nested scrolling parent, false otherwise